深度优先
// swipe 相对于 start 的 touchmove
swipe: {
x: Number, // x 分量
y: Number, // y 分量
distance: Number, // 向量的模
startWith: String, // 开始时的方向
endWith: String, // 结束时的方向
direction: String, // 感觉的确不应该使用 string 来作为状态的标识
},
广度优先
// swipe 相对于 start 的 touchmove
swipeX: Number, // x 分量
swipeY: Number, // y 分量
swipeDistance: Number, // 向量的模
swipeStartWith: String, // 开始时的方向
swipeEndWith: String, // 结束时的方向
swipeDirection: String, // 感觉的确不应该使用 string 来作为状态的标识
乱用了广度,深度优先的词, 但是感觉有点小相似 (逃
API 设计一般会怎么选择, 我见到大多第二种, 那么时候时候应该使用第一种, 什么时候该使用第二种?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.