以引用UCI数据集为例
 1、加入宏包
 \usepackage{url}
 2、在参考文献bib文件中加入网址文献
 @misc{UCI,
 author = {{D. Dua, E. Karra Taniskidou}},
 year = {2024},
 title = {UCI Machine Learning Repository},
 howpublished = {\url{http://archive.ics.uci.edu/ml}}
 }
 完成,就可以显示如下界面了
 
错误示范,利用@online不显示网页地址,不知道为什么,有知道的可以指教一下,不知道的就别用了
 @online{UCI,
 author=“D. Dua, E. Karra Taniskidou”,
 title=“{UCI Machine Learning Repository}”,
 url=“http://archive.ics.uci.edu/ml”,
 note=“(2024)”
 }



















