我试图在起始位置写一条消息,我将它存储到textarea。
我的textarea最多会有120个字符,我希望只要点击按钮就会收到一条消息' hello'在位置100上。
有办法吗?
这是我的初始代码:
newmes = newmes.substring(0, selecStart)+ newmes.substring(selectEnd, newmes.length)+'\n'+'\n'+'\n'+'\n'+'\n'+'\n'+this.hello;
目前这是一个伎俩。但它运作不佳。