fix: 修改C语言测试程序绑定的变量名
This commit is contained in:
@@ -154,7 +154,7 @@
|
|||||||
不能采用类似 scanf("请输入: %s") 的形式</p
|
不能采用类似 scanf("请输入: %s") 的形式</p
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<CodeEditor ref="textareaRef" v-model="referenceAnswer" :rows="10" />
|
<CodeEditor ref="textareaRef" v-model="formData.answer" :rows="10" />
|
||||||
<div class="btn-line">
|
<div class="btn-line">
|
||||||
<el-button type="primary" plain @click="addKeywordFromSelection"
|
<el-button type="primary" plain @click="addKeywordFromSelection"
|
||||||
>添加为关键字</el-button
|
>添加为关键字</el-button
|
||||||
|
Reference in New Issue
Block a user