随笔-0  评论-0  文章-8  trackbacks-0
function doCopy() {
textRange = test.createTextRange();
textRange.execCommand("Copy");
}
function doPaste() {
textRange = taCode.createTextRange();
textRange.execCommand("Paste");
}
posted on 2008-12-15 23:23 Hper 阅读(128) 评论(0)  编辑  收藏 所属分类: JSP+Servlet+Javascript

只有注册用户登录后才能发表评论。


网站导航: