看看下面的小代码块
<html>
<head>
<script type="text/javascript" src="http://mydomain.com/jquery-min.js"></script>
<script id="the-script" type="text/javascript" src="http://otherdomain.com/js/some-script.js"></script>
<script>
/*
console.log(jQuery("#the-script").some-property);
*/
</script>
</head>
<body>
</body>
</html>
我jQuery("#the-script").some-property
要求一些属性,允许我将脚本的源代码作为文本(字符串)获取。有没有用于此目的的财产?