set_text 设置文本内容

set_text(id_name string,value string);

输入参数

  • id_name id 名称
  • value 文本内容

输出参数

例子

// 自定义设置写入html
set_html("id_name","我是内容");
作者:力博特  创建时间:2025-12-11 19:11
最后编辑:力博特  更新时间:2026-01-13 17:31