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.
我正在构建一个应用程序,我需要从 Web 视图中获取选定的文本。也尝试了反射,但它不适用于 android 3.1+。所以任何人都知道它将如何完成。
我有以下代码,其中包含用于发送表单的变量和文本 inisde。我的问题是我无法弄清楚如何在该文本中执行 php,例如 foreach 函数。
$somearray; $variable = <<<END Hello world foreach($somearray as $v){echo $v} //this does not w