When we need to read multiple keywords in the background, we can first read the background database into an array (separate with "," when adding multiple keywords to the database):
public string[] str; //Add a public array and call jquery again
protected void Page_Load(object sender, EventArgs e)
{
string str1 = Keywords for reading the database;
str=str1.Split(',');
}
JQuery of the page :
<%=article%>