xhboke / douban

基于thinkphp5.1的豆瓣电影API
https://api.xhboke.com/doc/movie/
MIT License
116 stars 21 forks source link

演员表和ChineseName有些问题 #6

Closed iowong closed 3 years ago

iowong commented 3 years ago

演职员表加导演之类的只能显示6个 ,可以跟全面一些吗 ChineseName只能获取全名称的前3个字, 还有简介会获取到大量空格和
html换行符

xhboke commented 3 years ago

提供一下豆瓣影片编号。

iowong @.***>于2021年6月30日 周三14:18写道:

演职员表加导演之类的只能显示6个 ,可以跟全面一些吗 ChineseName只能获取全名称的前3个字, 还有简介会获取到大量空格和 html换行符

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xhboke/douban/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJDW3GGVUT4JF5WPLMUPB73TVKZK7ANCNFSM47RUFFXQ .

iowong commented 3 years ago

提供一下豆瓣影片编号。 iowong @.***>于2021年6月30日周三14:18写道: 演职员表加导演之类的只能显示6个 ,可以跟全面一些吗 ChineseName只能获取全名称的前3个字, 还有简介会获取到大量空格和 html换行符 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#6>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJDW3GGVUT4JF5WPLMUPB73TVKZK7ANCNFSM47RUFFXQ .

1625035529(1) 肖申克的救赎也会出错

xhboke commented 3 years ago

关于影片简介中的换行符标签,这个你可以使用PHP自带的HTML标签去除函数strip_tags()。 为了方便展示影片简介信息的正确换行,故不删除。