摘要:
$strings = array('AbCd1zyZ9', 'foo!#$bar'); foreach ($strings as $testcase) { if (ctype_alnum($testcase)) { echo "The string $testcase consists of all 阅读全文
摘要:
经常用微信开发者工具,发现它在 C:\Users\Administrator\AppData\Local\微信开发者工具\User Data 目录下会多出很多文件,占用很大的存储空间,我的用了几十个G, 为了解决这个问题,可以把 User Data 目录剪切 到 J盘(或其它盘) 如: J:\微信开 阅读全文