Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-open-source
/
BaseBallSimulator
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정주희
2021-06-09 06:59:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1be7031e73f9484be3ef274511d8e6f20b79b185
1be7031e
1 parent
fc28a39a
delete
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
kia.js
kia.js
deleted
100644 → 0
View file @
fc28a39
var
kia_hitter
=
[
[
'선수명'
,
'AVG'
,
'H'
,
'2B'
,
'3B'
,
'HR'
],
[
'김태진'
,
0.349
,
22
,
2
,
1
,
0
],
[
'최원준'
,
0.342
,
54
,
2
,
4
,
0
],
[
'이정훈'
,
0.293
,
12
,
2
,
0
,
1
],
[
'김선빈'
,
0.292
,
40
,
8
,
0
,
0
],
[
'터커'
,
0.265
,
40
,
9
,
1
,
2
],
[
'김민식'
,
0.261
,
18
,
2
,
0
,
2
],
[
'류지혁'
,
0.259
,
21
,
3
,
0
,
0
],
[
'한승택'
,
0.259
,
15
,
3
,
0
,
0
],
[
'이창진'
,
0.254
,
18
,
5
,
0
,
0
],
]
var
kia_pitcher
=
[
[
'선수명'
,
'볼넷%'
,
'피안타율'
],
[
'브룩스'
,
5.3
,
0.317
],
[
'멩덴'
,
10
,
0.243
],
[
'이의리'
,
12
,
0.202
],
[
'이승재'
,
7.3
,
0.277
],
[
'박진태'
,
8.9
,
0.218
],
[
'임기영'
,
10.1
,
0.287
],
[
'박준표'
,
16.7
,
0.366
],
[
'장민기'
,
25.9
,
0.105
],
[
'김유신'
,
16.2
,
0.269
],
[
'정해영'
,
18.5
,
0.210
],
[
'장현식'
,
19
,
0.26
],
]
var
kia_hitter_shuffle
=
[]
var
kia_pitcher_shuffle
=
[]
\ No newline at end of file
Please
register
or
login
to post a comment