http://jsfiddle.net/constillations/nz6GS/1/ zclip 不会复制此小提琴中的任何内容。我犯了什么错误?这是JS`
var copyText="this is a text";
$(document).ready(function(){
$("#copyBotton").zclip({
path:"http://www.steamdev.com/zclip/js/ZeroClipboard.swf",
copy:function(){return copyText}
})
})
`