为什么我的cookie是通过PHP设置的
int[] c = new int[1];
boolean r = Arrays.stream(children).noneMatch(e -> (c[0] = c[0] + e.count()) > bucketingParam);
if (r) { /* do something */ }
总是设置为httponly true,因此我无法使用jQuery操作它们?
为什么最后一个参数不起作用?
我想稍后通过jQuery删除cookie,但由于将其设置为httponly,所以它不起作用。