11 2017 档案
摘要:1.正则表达式基本语法 两个特殊的符号'^'和'$'。他们的作用是分别指出一个字符串的开始和结束。例子如下: "^The":表示所有以"The"开始的字符串("There","The cat"等);"of despair$":表示所以以"of despair"结尾的字符串;"^abc$":表示开始和
阅读全文
摘要:报错信息: Error: Error #2014: Feature is not available at this time. at flash.filesystem::File$/initDocumentsDir() at flash.filesystem::File$/get document
阅读全文