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
当选择之后,显示结果,各级与各级之间的连接符怎么修改?比如地区最终渲染为 广东省-深圳市-南山区。怎么把中间的-改成其他的?
The text was updated successfully, but these errors were encountered:
可以根据返回的 index 然后自己遍历数组获取相应的值,或者将返回 label 中的 - 替换成自己需要的即可。
index
-
Sorry, something went wrong.
No branches or pull requests
当选择之后,显示结果,各级与各级之间的连接符怎么修改?比如地区最终渲染为 广东省-深圳市-南山区。怎么把中间的-改成其他的?
The text was updated successfully, but these errors were encountered: