gpt4 book ai didi

php - 'Strings' 中的 iOS Swift/HTML 代码和 PHP 代码

转载 作者:行者123 更新时间:2023-11-28 03:03:50 25 4
gpt4 key购买 nike

我尝试了以下编码 ' UIWebView :

let kapitel3 = "<html><head><title>Chapter 1</title></head><body><h1>This is a title!</h1></body></html>"

此 HTML 代码工作正常并且 "UIWebView"显示此代码。但是如果我尝试像这样在 HTML 代码中插入 PHP 代码:

let kapitel3 = "<html><head><title>Chapter 1</title></head><body><h1>This is a title!</h1><?php print \"Hello world!\";?></body></html>"

那么PHP代码就不会显示了。为什么“UIWebView”不翻译此 PHP 代码 <?php print \"Hello world!\";?>

难道不能像上面那样将PHP代码集成到一个String中吗?

感谢任何提示!

最佳答案

UIWebView 只是一个简单的网络浏览器...

如果你没有安装了 php 解释器的本地网络服务器,你就不能像那样使用 php!

您可以从远程 url 加载 php 页面,但您的手机必须具有事件的互联网连接...


可能的本地解决方案:你不能在本地使用 php,但在 UIWebView 中你仍然可以使用 javascript!

我不知道你想做什么...但是如果你需要你的应用程序离线工作(使用本地文件)使用 php 是错误的方法。

关于php - 'Strings' 中的 iOS Swift/HTML 代码和 PHP 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33451389/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com