












<div style="width:600px;height:400px;" id="div1">
<asp:GridView ID="GridView1" runat="server" Height="300px" Width="200px">
</asp:GridView>
</div>
<script language="javascript" type="text/javascript">
document.getElementById("div1").contentEditable = true;
document.execCommand('2D-Position', true, true);
</script>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。