abc

博客园 首页 新随笔 联系 订阅 管理

2018年7月10日 #

摘要: 1.创建文件夹: adb shell mkdir /data/local/tmp/local多级的一次只能创建一级adb shell mkdir /data/local/tmp/local/tmp 2.查看文件夹及下面内容:adb shell ls /data/local/tmp/local/tmp 阅读全文
posted @ 2018-07-10 15:12 &大王叫我来巡山& 阅读(20140) 评论(0) 推荐(0)

摘要: function StringToFile(mString : string; mFileName : TFileName) : Boolean;var vFileChar : file of Char; I : Integer;begin {$I-} AssignFile(vFileChar , 阅读全文
posted @ 2018-07-10 10:06 &大王叫我来巡山& 阅读(869) 评论(0) 推荐(0)