这道题的答案是什么,因为是字符串的,document.write(myarr1.slice()); 不知道怎么输出了,给我具体代码
参考代码
var myarr1= ["我","爱","你"]; document.write(myarr1.slice(1,3)) ;