多级页只测试前 条数据
{if condition="empty($source_urls)"}
没有起始页网址
{else /}
{if condition="$sourceIsUrl"}
起始页已设置为内容页网址
{foreach $source_urls as $source=>$urls}
{$source|htmlspecialchars}
{if condition="empty($urls)"}
- 无
{elseif condition="is_array($urls)"}
{foreach $urls as $url}
-
[测试]
[分析]
{$sourceUrlOpened}{$url|htmlspecialchars}
{/foreach}
{else /}
-
[测试]
[分析]
{$sourceUrlOpened}{$urls|htmlspecialchars}
{/if}
{/foreach}
{else /}
{foreach name="source_urls" item="source_url"}
抓取起始页面:{$sourceUrlOpened}{$source_url|htmlspecialchars}
{/foreach}
{/if}
{/if}