无论如何都要用数组给出线点。
var line = new Kinetic.Line({
points : [{
x : line_points_x,
y : line_points_y
}],
stroke : 'black',
strokeWidth : 5,
lineCap : 'round'
});
我尝试了一些东西但没有用。我有 2 个包含 x 和 y 点的数组。