【刷单词app】中考、高考、大学四级、六级、考研英语单词词根词缀…
|==系统包含:小学单词、中考单词、高考单词、大学四级单词、大学六级单词、考研单词、gre单词库等。本应用主要特色是学习者使用手机刷屏学习的方式,体验不一样的背诵单词的乐趣。
【刷单词app】各大应用平台下载:刷单词app??刷单词??刷单词软件??速记单词app软件
刷单词英语单词助记系统,简称刷单词app,使用英语词根、词缀法辅助英语学习者单词记忆,系统包含:小学单词、中考单词、高考单词、大学四级单词、大学六级单词、考研单词、gre单词库等。本应用主要特色是学习者使用手机刷屏学习的方式,体验不一样的背诵单词的乐趣。
刷单词app,采用词根词缀记忆法,并对英语单词按不同等级水平进行分类,按字母顺序的排序方式分组,每个分组不多于25个词,一般学习者在1至10分钟之间就可以完成一个分组的学习任务,极大的提高学习的效率,减少学习者长时间使用手机带来的疲劳感。
.demo{width:280px; margin:40px auto 0 auto; min-height:250px;align-text:center;}
.demo p{line-height:30px};
#code{margin-top:10px}
$(function(){
var str = “http://www.auto58.cn/m/news/details/id/2454.html”;
$(‘#code’).qrcode(str);
/*$(“#code”).qrcode({
render: “table”,
width: 200,
height:200,
text: str
});*/
$(“#sub_btn”).click(function(){
$(“#code”).empty();
var str = toutf8($(“#mytxt”).val());
$(“#code”).qrcode({
render: “table”,
width: 200,
height:200,
text: str
});
});
})
function toutf8(str) {
var out, i, len, c;
out = “”;
len = str.length;
for(i = 0; i < len; i++) {
c = str.charcodeat(i);
if ((c >= 0x0001) && (c <= 0x007f)) {
out += str.charat(i);
} else if (c > 0x07ff) {
out += string.fromcharcode(0xe0 | ((c >> 12) & 0x0f));
out += string.fromcharcode(0x80 | ((c >> 6) & 0x3f));
out += string.fromcharcode(0x80 | ((c >> 0) & 0x3f));
} else {
out += string.fromcharcode(0xc0 | ((c >> 6) & 0x1f));
out += string.fromcharcode(0x80 | ((c >> 0) & 0x3f));
}
}
return out;
}
亲,试试微信扫码分享本页!*^_^*