Thinkai's Blog

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

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



来了就留个评论吧! 3个评论




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

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

60 queries in 1.850 seconds |