parent
fba7ae528e
commit
899de00d9f
@ -0,0 +1,24 @@
|
||||
package com.xjs.consts;
|
||||
|
||||
/**
|
||||
* 爬虫网址常量类
|
||||
* @author xiejs
|
||||
* @since 2022-02-16
|
||||
*/
|
||||
public class ReptileUrlConst {
|
||||
|
||||
/**
|
||||
* 新浪新闻网站
|
||||
*/
|
||||
public static final String SINA_NEWS_URL = "https://news.sina.com.cn/";
|
||||
|
||||
/**
|
||||
* 文案网网址
|
||||
*/
|
||||
public static final String COPY_WRITING_NETWORK_URL = "https://www.wenanwang.com/";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in new issue