下列哪行代码正确的引入了myScript.js?
<script href="myScript.js">
<script name="myScript.js">
<script src="myScript.js">
<script root="myScript.js">