element.style.setAttribute('width','150px');
和
element.style.width = '150px';
?
我已经看到,关键字将无法使用第一种方式(如this),但是非关键字属性有区别吗?