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.
我需要在后台拨打一个号码,如果可能的话,在通话过程中输入一个代码。我可以这样做吗?
此呼叫必须通过用户的电话进行!
在后台?不,您可以随时使用
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"tel:1234567890"]];
拨打电话,但它会打开电话应用程序
我有一个网站,显示来自存储在数据库中的用户的按摩。我想要的是当我单击每条消息旁边的回复链接时,必须加载一个新页面,并且必须填写每条消息的详细信息以及如何在循环后获取特定行的特定数据。
<?php $dbcon=mysqli_connect("localhost