2
您知道嗎,爲什麼contenteditable=true
在Opera中不起作用?Contenteditable在Opera中無法使用
<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td contenteditable="true">This is a paragraph. It is editable.</td>
</tr>
</table>
</body>
</html>
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_global_contenteditable
歌劇版:12.16,打造1860 平臺:Mac OS 10.9.1
http://caniuse.com/#feat=contenteditable:」 ...在Internet Explorer中,contenteditable不能應用於TABLE,COL,COLGROUP,TBODY,TD,TFOOT,TH等。 ','THEAD'和'TR'元素直接...「 – Passerby