我的文件有3列,即$('#test-div:contains("'+test2+'")').text('');
var test1 = 'Hello World!';
var test2 = 'Good bye World';
$('#test-div').append(test1 +' '+ test2);
$('#test-div:contains("'+test2+'")').text('');
<div id = "test-div"></div>
,其中操作将是其中的一列-userID, productID, action
如果操作包含“浏览或点击”,则认为产品已被查看。现在,我必须分别找到浏览量排名前10的产品,以及“浏览”和“点击”的数量,而我需要使用猪脚本语言
文件中的数据
browse,click,addtocart,purchase,logout