wjj_123 你好,
好提议,设置方法如下。
- <style type="text/css">
- .test input
- {
- background-color:Red;
- width:200px;
- }
- </style>
- <script type="text/javascript">
- window.onload = function () {
- var input = this.document.getElementById("FpSpread1_0,0");
- input.style.cssText = "test";
- }
- </script>
复制代码 |