$.get('/SetCount.php',
	function(res) {
		$("#ItemCount").append(res+'件');
	}
);
