小编nic*_*e89的帖子

有没有办法调整<input type ="label">?

只是想将输入类型从文本更改为标签,因此不会显示它可以编辑.有办法吗?

例如,我在这里有一个输入标签

<td><input class='edit' type = 'text' style="height:90px;" name="ID[]" value='<?php echo 
$row['ID']; ?>' maxlength="50" readonly="readonly"/></td>
Run Code Online (Sandbox Code Playgroud)

现在它不可编辑,但它看起来像一个文本框,我怎么能把它改成标签类型的外观?

html css styles

0
推荐指数
1
解决办法
4567
查看次数

在尝试此命令时出错ALTER TABLE`report`AUTO_INCREMENT = 1

使用此命令更改我的SQL表时出错

错误信息:

#1064 - You have an error in your SQL syntax;  
check the manual that corresponds to your MySQL server version for the right   
syntax to use near 'ALTER TABLE `report` AUTO_INCREMENT = 1, 30' at line 2`
Run Code Online (Sandbox Code Playgroud)

有什么想法吗?

mysql

-4
推荐指数
1
解决办法
61
查看次数

标签 统计

css ×1

html ×1

mysql ×1

styles ×1