最新回答 / 精慕门7112622
<!DOCTYPE html><html> <head> <title>javascript</title> <style type="text/css"> body{ font-size:15px; } #txt{ height:400px; width:600; border:#333 solid 1px; padding:5px; } p{ line-height:18px; text-indent:2em; } &...
2017-08-29
最赞回答 / 倩与倩寻
document.getElementById("con");只是获取了标签元素对象[object HTMLParagraphElement],并不是标签元素对象的值,你可以通过这个对象,去调用相应的方法去获得并修改其标签的值。
2017-08-24