|
|
|
@ -155,7 +155,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bs-codemirror-bottom-text">
|
|
|
|
|
<strong>请使用 return,将结果返回出来,例如:return [...]</strong>
|
|
|
|
|
<strong>请使用 return将运行结果返回出来,结果数据需要为数组格式</strong>
|
|
|
|
|
<br>
|
|
|
|
|
<strong>动态参数使用: 使用${}将参数包裹,例如:let name = <span style="color: red;">${name}。</span>
|
|
|
|
|
</strong>
|
|
|
|
@ -165,7 +165,7 @@
|
|
|
|
|
type="primary"
|
|
|
|
|
@click="scriptExecute()"
|
|
|
|
|
>
|
|
|
|
|
解析并运行
|
|
|
|
|
运行并解析
|
|
|
|
|
</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|