Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

正在浏览分类 二进制

总共找到 1 篇

RawWrite、Rawread示例 Autohotkey 4621

作者为 发表

Autohotkey

;写
a := fileopen("test.txt","w") ;写入方式打开
b := ClipboardAll ;赋值从剪切板
u :=  A_IsUnicode ? 2 : 1 ;Unicode版长度为2
a.RawWrite(b,StrLen(b)*u) ;长度为变量的长度
a.Close()
;读
a := fileopen("test.txt","r")
c = 0
a.Rawread(c,a.Length)
ListVars
Pause



友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

49 queries in 1.353 seconds |