怎么获取选中的select的值,不是value的值 是显示的值_百度知道
最佳答案: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"...更多关于我的select选择后怎么也得不到我选择
如何获得select集合里面被选中的值?_百度知道
最佳答案: 设置id <form name="form1" action="" method="post"> <select id="testtt" onchange="check()"> <option value="office">办公室一号</option>...更