Home > utils > getCurrentScript
返回当前正在运行的脚本所属的 <script> 元素。有两点限制:
<script>
null
Signature:
export declare function getCurrentScript(): HTMLScriptElement | null;
Returns:
HTMLScriptElement | null