substr 方法与VB Mid 函数的用法最接近。明显的区别是VB函数以字符串作为参数,其中JS的 substr 是字符串对象的一个方法。 string.substr(start,length).
確定! 回上一頁