#176 사용자 선택,추가 옵션 출력 작업 중
This commit is contained in:
5
js/shop.js
Normal file
5
js/shop.js
Normal file
@ -0,0 +1,5 @@
|
||||
// php chr() 대응
|
||||
function chr(code)
|
||||
{
|
||||
return String.fromCharCode(code);
|
||||
}
|
||||
Reference in New Issue
Block a user