摘要: function HasChinese(str) for i=1 to Len(str) if Asc(Mid(str,i,1)) < 0 then HasChinese = true exit for end if next end function 阅读全文
posted @ 2016-03-07 17:59 大葛 阅读(325) 评论(0) 推荐(0)