html5 - 如何在iOS端展示如下HTML文?
高洛峰
高洛峰 2017-04-17 17:33:48
[iOS讨论组]

我想在iOS上加app首页的top banner,而后台给我返回的是一堆HTML文,我也不懂,请问该如何展示?
内容大致为几张图片,每张图片带着链接这样。HTML文如下:

<p class="swiper-slide">
    <a href="http://test.3dker.cn/article/detail/152.html" target="_blank">
        <img src="http://test-img.3dker.cn/4f17c244948d1bcb09994feea20a1bfa">
    </a>
</p>
<p class="swiper-slide">
    <p style="width:100%;height:400px;background:url(//test-img.3dker.cn/5e3a73a38597d0f92ecd925c5b1ee175@1920w_400h_100q_4e_238-238-238bgc.jpg) center center;">
        <p style="width:1180px;height:400px;margin:0 auto;">
            <a style="display:inline-block;height: 36px;width: 122px;margin: 270px 0 0 -520px;" href="/user/order/create?id=2"></a>
            <a style="display:inline-block;height: 36px;width: 122px;margin: 270px 0 0 -350px;" href="/article/topic/printer"></a>    
        </p>
    </p>
</p>
<p class="swiper-slide">
    <p style="width:100%;height:400px;background:url(//test-img.3dker.cn/43a77c4b7d83965796cf3cebbe27fe1d@1920w_400h_100q_4e_238-238-238bgc.jpg) center center;">
        <p style="width:1180px;height:400px;margin:0 auto;">
            <a style="display: inline-block;height: 40px;width: 130px;margin: 265px 0 0 -390px;" href="/user/order/create?id=5"></a>
            <a style="display:inline-block;height: 40px;width: 130px;margin: 265px 0 0 -208px;" href="/article/topic/scanner"></a>    
        </p>
    </p>
</p>
<p class="swiper-slide">
    <a href="http://3dker.cn/list/list.html" target="_blank">
        <img src="http://test-img.3dker.cn/793219fa407b80a769cc819a0ece87b3">
    </a>
</p>
高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

全部回复(2)
PHPz

webview的话你得拦截url跳转 你搜索 拦截url iOS Webview 就能找到
但是你的这些html不能直接显示吧,你缺少swiper的库吧
你可以试着将里面的 图片 和 url 解析出来
自己做个控件 去 控制广告就好了

PHP中文网

用webview啊

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号