求助Json格式幻灯片超过9张第9站不显示是什么问题?

讨论程序使用中的问题
回复
zhouzhou
帖子: 14
注册时间: 2016年 10月 27日 23:32

求助Json格式幻灯片超过9张第9站不显示是什么问题?

帖子 zhouzhou »

求助Json格式幻灯片超过9张第9站不显示是什么问题? 难道是字符限制了吗
Json格式

[
{"imgUrl": "绝对路径", "url": "跳转地址", "desc": "描述"},
{"imgUrl": "https://www.123.com/banner1.png", "url": "http://www.123.com", "desc": "描述1"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述2"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述3"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述4"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述5"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述6"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述7"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述8"},
{"imgUrl": "https://www.123.com/banner2.png", "url": "http://www.123.com", "desc": "描述9"}
]
回复