我正在使用以下 javascript。但输出是文本。我想要链接中的这个输出。
<script type="text/JavaScript">
_url = document.location
_picurl = "danny.jpg"
_title = "Your Title Here"
_desc = "Your Description Here"
_fbshare ="http://fbshare.mobie.in/l"
document.write( _fbshare + "?" + "site=" + _url + "&Pic=" + _picurl + "&Title=" + _title + "&Ds=" + _desc)
</script>
我想document.write( _fbshare + "?" + "site=" + _url + "&Pic=" + _picurl + "&Title=" + _title + "&Ds=" + _desc)
在链接中使用,但不知道。