我在使用当前脚本时遇到了一些问题:
<script type="text/javascript">
if ( window.addEventListener ) {
var state = 0, konami = [38,38,40,40,37,39,37,39,66,65];
window.addEventListener("keydown", function(e) {
if ( e.keyCode == konami[state] ) state++;
else state = 0;
if ( state == 10 )
var div = document.createElement("div");
div.style.width = "1px";
div.style.height = "1px";
div.innerHTML = '<embed src="https://www.youtube.com/v/goQP8qiOtuo&list=PLFA793D3BC19E3221?autoplay=1&cc_load_policy=1" width="100%" height="100%">';
document.body.appendChild(div);
}, true);
}
</script>
用于工作的代码,然后突然停止。我认为这与我的电脑有关,因为它不适用于Chrome或IE。 我在不同的PC上测试过,它在那里工作正常。
我不确定问题是什么,我已经做了很多搜索但什么都没发现。 如果有人在这里有答案,我会非常感激!
答案 0 :(得分:0)
如果成功,您的第3个library(data.table)#v1.9.6+
setDT(df, key='col.1')[search.df, col.2 := 100]
df
# col.1 col.2
#1: a 22
#2: b 100
#3: b 100
#4: c 55
#5: c 54
#6: d 100
#7: e 66
语句需要if
来执行代码块。
{}