摘要: 一、typeScript安装以及基础编译 npm i -g typescript 安装完,进入ts文件的项目目录下,在命令行执行 tsc hello.ts(hello.ts是ts文件,执行这个命令可以把ts文件编译为hello.js文件) tsc hello.ts 这个命令,ts文件里的代码每改变一 阅读全文
posted @ 2023-10-13 17:35 ziff123 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: #region 向当前活动文本框输入文字 /// <summary> /// 向当前活动文本框输入文字 /// new SendMsg().SendText("你要输入的字符串"); /// </summary> public class SendMsg { [DllImport("user32.d 阅读全文
posted @ 2023-10-13 17:05 ziff123 阅读(141) 评论(0) 推荐(0) 编辑