integer fd = $fopen("tmp.bin","wb");
$fwrite(fd,"%u",data);
$fclose(fd);
posted on 2024-08-15 16:33 lybinger 阅读(101) 评论(0) 收藏 举报