可生成EAN13条形码的jQuery插件
$(function(){
$("#ean").EAN13("5901234123457",{
color:'rgba(0,0,0,0.8)'
});
});
$(function(){
$("#ean").EAN13("5901234123457",{
color:'rgba(0,0,0,0.8)'
});
});