We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能举个获取 变量 的最终值的例子嘛? 比如我有个 传入的 表信息 变量 { "tableName":"", "tableDesc":"", "params":[{ "colName":"", "dataType":"" }] } 我如何在 自定义标签的实现中获取呢?如果有能直接继承的就更好了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
能举个获取 变量 的最终值的例子嘛?
比如我有个 传入的 表信息 变量
{
"tableName":"",
"tableDesc":"",
"params":[{
"colName":"",
"dataType":""
}]
}
我如何在 自定义标签的实现中获取呢?如果有能直接继承的就更好了
The text was updated successfully, but these errors were encountered: