$(document).ready(function() { $.get("/ch/reader/reference_list.aspx?pcid=&cid=&jid=&yid=0D1D160AB8016934&aid=&iid=94C357A881DFC066&sid=331211A5F5616413&eid=D767283A3B658885&ct=A38BCB9F41F8E1984C90A9B73C89F1A5E022EE28B76177902E8F7D7610BFB1CF5461D402B6B7381EE8562120E1025746&et=&flag=1&journal_id=ddjyllysj&file_no=202005017&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#ReferenceList").html(xml); } }); $.get("/ch/reader/was_referenced_list.aspx?pcid=&cid=&jid=&yid=0D1D160AB8016934&aid=&iid=94C357A881DFC066&sid=331211A5F5616413&eid=D767283A3B658885&ct=A38BCB9F41F8E1984C90A9B73C89F1A5E022EE28B76177902E8F7D7610BFB1CF5461D402B6B7381EE8562120E1025746&et=&flag=1&journal_id=ddjyllysj&file_no=202005017&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#WasReferencedList").html(xml); } }); $.get("/ch/reader/relate_article_list.aspx?pcid=&cid=&jid=&yid=0D1D160AB8016934&aid=&iid=94C357A881DFC066&sid=331211A5F5616413&eid=D767283A3B658885&ct=A38BCB9F41F8E1984C90A9B73C89F1A5E022EE28B76177902E8F7D7610BFB1CF5461D402B6B7381EE8562120E1025746&et=&flag=1&journal_id=ddjyllysj&file_no=202005017&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#RelateArticleList").html(xml); } }); $.get("/ch/reader/self_relate_article_list.aspx?pcid=&cid=&jid=&yid=0D1D160AB8016934&aid=&iid=94C357A881DFC066&sid=331211A5F5616413&eid=D767283A3B658885&ct=A38BCB9F41F8E1984C90A9B73C89F1A5E022EE28B76177902E8F7D7610BFB1CF5461D402B6B7381EE8562120E1025746&et=&flag=1&journal_id=ddjyllysj&file_no=202005017&ms_file_no=&ms_year=&cp=1&tn=0&from_founder_html=",function(xml){ if(xml!=""){ $("div#SelfRelateArticleList").html(xml); } }); });