关于弹幕的制作第一篇一 样式

2015-03-04
阅读 1 分钟
2.3k
之前做了一个弹幕,样式是这个样子的 详情见 ,记得评论 [链接]

go(golang)之slice的小想法1

2014-10-11
阅读 2 分钟
3.3k
Slice expressions construct a substring or slice from a string, array, pointer to array, or slice. There are two variants: a simple form that specifies a low and high bound, and a full form that also specifies a bound on the capacity.