int handle; int value=10; handle=FileOpen("filename.dat", FILE_BIN|FILE_WRITE); if(handle<1) { Print("不能打开错误文件-",GetLastError()); return(0); } FileWriteInteger(handle, value, SHORT_VALUE); //... FileClose(handle);复制代码
int handle; int value=10; handle=FileOpen("filename.dat", FILE_BIN|FILE_WRITE); if(handle<1) { Print("不能打开错误文件-",GetLastError()); return(0); } FileWriteInteger(handle, value, SHORT_VALUE); //... FileClose(handle);
评论 使用道具
点赞 评论 使用道具
发表评论 评论后跳转到最后一页
您当前使用的是Edge浏览器,请关闭该浏览器的Defender Smartscreen功能,以便正常下载该附件。(点击查看教程)
或者使用谷歌浏览器(Chrome),火狐浏览器(Firefox),360浏览器,QQ浏览器等获得更好的体验,感谢理解。
您还未插入代码,请在菜单栏点击<>插入代码:
请输入对应售价:
H币
提交
填写个人签名