摘要:
if [ str1 = str2 ] 当两个串有相同内容、长度时为真 if [ str1 != str2 ] 当串str1和str2不等时为真 if [ -n str1 ] 当串的长度大于0时为真(串非空) if [ -z str1 ] 当串的长度为0时为真(空串) if [ str1 ] 当串st 阅读全文
posted @ 2017-06-06 13:25
牵牛花
阅读(473)
评论(0)
推荐(0)
摘要:
ArrayBuffer:类型化数组 首先需要注意的是Array是定长数组,而ArrayBuffer是可变数组。下面是一个小例子,对数据进行便利和修改的操作。 阅读全文
posted @ 2017-06-06 10:02
牵牛花
阅读(213)
评论(0)
推荐(0)

浙公网安备 33010602011771号