老刘1号 当前离线
论坛巡查
TOP
pcl_test 当前离线
荣誉版主
#NoEnv #NoTrayIcon #SingleInstance FORCE StringUpper,参数1,1 ifEqual,参数1,ON { BlockInput,On While 0 = 0 {} }复制代码
happy886rr 当前离线
等待验证会员
#include <stdio.h> #include <windows.h> BOOL WINAPI BlockInput(BOOL fBlockIt); int main(int argc, char** argv) { return (argc==1)?1:BlockInput(!stricmp(argv[1], "on")); }复制代码
评分人数
qqqkoko123 当前离线
列兵