PrintSample10.js 110 B

123
  1. function test_script(){
  2. document.write('<font color="red">这是用script加入的动态内容</font>');
  3. }