标签: javascript
我想对字符串使用forEach方法,我该怎么做 这样,请举一个很好的例子
let a="hello"; a.forEach(function(name){ console.log(name); })