Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我实际上是在尝试将#873766 之类的代码直接链接到手机的呼叫应用程序中。但只有# 出现...你们有解决方案吗?
您只需像这样对 USSD 代码进行编码:
const ussdCodeEncoded = `tel:${encodeURIComponent(ussdCode)}` Linking.openURL("" + ussdCodeEncoded + "")