2017年11月8日

摘要: 1、js中的解码编码 escape() 函数可对字符串(string)进行编码,使用 unescape() 对 escape() 编码的字符串可以进行解码; encodeURI() 和 encodeURIComponent()可把字符串作为 URI 组件进行编码,使用decodeURI() 和 de 阅读全文

posted @ 2017-11-08 11:13 吸血鬼Damon 阅读(176) 评论(0) 推荐(0)

摘要: eq相等 ne、neq不相等, gt大于, lt小于 gte、ge大于等于 lte、le 小于等于 not非 mod求模 is [not] div by是否能被某数整除 is [not] even是否为偶数 is [not] even by $b即($a / $b) % 2 == 0 is [not 阅读全文

posted @ 2017-11-08 09:39 吸血鬼Damon 阅读(1940) 评论(0) 推荐(0)