JavaScript字符串分割例子


var test = ‘a-b-c-d’;

test.split(‘-‘);

 

JS(JAVASCRIPT)字符串分割


发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注