标签:board style settings class 返回结果 iss oca log pre
<!DOCTYPE html> <html> <head> <script src="jquery.js"></script> <meta charset="utf-8"> <title>测试disabled</title> </head> <body> <div style="margin:0 auto; width:200px; text-align:center"> <p> <input type="button" id="testButton" disabled="disabled" style="height:30px; font-size:20px" value="测试按钮"> </p> </div> </body> </html>
标签:board style settings class 返回结果 iss oca log pre
原文地址:http://www.cnblogs.com/QianBoy/p/7641442.html