1.1 The detachable battery shall be mechanically acceptable after drop impact testing as defined by the mechanical acceptance criteria: 1.2 No cracks in plastic housing. 1.3 Defor
$(function(){
var appid = $(".select li a").data("channel");
$(".select li a").click(function(){
var appid = $(this).data("channel");
$('.select dt').html($(this).html());
$('#channel').val(appid);
})
})
評論