【发布时间】:2018-05-18 15:34:38
【问题描述】:
我只想在 Android 手机中显示下载按钮,我该如何实现?这是我的代码
<a href="<?php $files = get_children("post_parent=$id&post_type=attachment&post_mime_type=image");if($files){
$keys = array_keys($files);
$num=$keys[0];
$thumb=wp_get_attachment_url($num);
print "$thumb";}?>">Download</a>
我想要这样的东西
如果是安卓 // 显示这段代码
其他的
【问题讨论】:
标签: php android html wordpress